home *** CD-ROM | disk | FTP | other *** search
/ 220 Jogos / 220 jogos.iso / classicos / cobra2 / README.TXT next >
Encoding:
Text File  |  2002-07-21  |  3.3 KB  |  114 lines

  1. Wormlings 2.0.0 README
  2. ======================
  3.  
  4. Wormlings was originally written for the Allegro SizeHack 2000 competition.
  5. It's a multiplayer game similar to LightCycles/Tron, with 360 degree
  6. movement, turbo and stop powers, and bouncing balls of death. The game has no
  7. AI, so you need one to three friends to play. The goal in the competition was
  8. to write a game using no more than 10 KB for source (not counting whitespace
  9. and comments) and data files, so the game is very simple, but I think it's
  10. kinda fun in its simplicity.
  11.  
  12. See VersionHistory.txt for changes in this and previous versions.
  13.  
  14. You can always find the latest version of this, and my other projects, at
  15. www.dascdev.net. There you can also find the source for this version, and the
  16. original SizeHack entry. Warning! It's ugly! :)
  17.  
  18. Questions? Comments? Bug reports? Please contact me at post@dascdev.net.
  19.  
  20.  
  21.  
  22. System requirements
  23. -------------------
  24.  
  25. Windows binary:
  26.  
  27. * Windows 9x/Me/2000/XP (with DirectX 5.0 or higher)
  28. * Celeron A300@450, or better, is fine. Pentium 133 is too slow. Anything in
  29.   between might be good enough...
  30.  
  31.  
  32. Source:
  33.  
  34. * Allegro 4.x (alleg.sourceforge.net)
  35. * JPGalleg by Angelo Mottola (linked at allegro.cc)
  36.  
  37. See top of Makefile for build instructions.
  38.  
  39.  
  40.  
  41. Keys
  42. ----
  43.  
  44. Default control keys:
  45.  
  46.             keys:
  47. player      (left, right, turbo, stop)
  48. --------------------------------------
  49. 1           left, right, up, down (arrow keys)
  50. 2           a, d, w, s
  51. 3           j, l, i, k
  52. 4           4, 6, 8, 5 (on numeric keypad)
  53.  
  54.  
  55. Other keys:
  56.  
  57. P           pause game
  58. F12         take screen-shot; saved as .tga
  59.  
  60.  
  61.  
  62. Copyright notice
  63. ----------------
  64.  
  65. Wormlings is Copyright (c) 2000, 2001, 2002 Daniel Schlyder.
  66. All rights reserved.
  67.  
  68. Permission is hereby granted to use, copy, and modify Wormlings for personal
  69. and non-profit purposes.
  70.  
  71. Permission is hereby granted to distribute the Wormlings binary and source
  72. archives made available on www.dascdev.net provided you have not modified
  73. their contents, and no more than a nominal fee is charged for media.
  74.  
  75.  
  76.  
  77. DISCLAIMER
  78. ----------
  79.  
  80. This software is provided by the copyright holders and contributors "AS IS"
  81. and any express or implied warranties, including, but not limited to, the
  82. implied warranties of merchantability and fitness for a particular purpose
  83. are disclaimed. In no event shall the copyright owner or contributors be
  84. liable for any direct, indirect, incidental, special, exemplary, or
  85. consequential damages (including, but not limited to, procurement of
  86. substitute goods or services; loss of use, data, or profits; or business
  87. interruption) however caused and on any theory of liability, whether in
  88. contract, strict liability, or tort (including negligence or otherwise)
  89. arising in any way out of the use of this software, even if advised of the
  90. possibility of such damage.
  91.  
  92.  
  93.  
  94. Credits
  95. -------
  96.  
  97. Design and programming:
  98.  
  99. * Daniel Schlyder
  100.  
  101.  
  102. Third parties:
  103.  
  104. * Allegro (alleg.sourceforge.net)
  105.  
  106. * JPGalleg by Angelo Mottola (linked on allegro.cc)
  107.  
  108. * Background texture was downloaded from Graphtallica.com. The site is no
  109.   longer working, so I can't figure out who made it. Let me know if it's you!
  110.  
  111. * The crude logo uses IronMan font by Pizzadude (www.pizzadude.dk)
  112.  
  113. * Executable compressed using UPX (upx.sourceforge.net)
  114.